(ls-lisp-format): Leave a blank before "root".
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 Apr 2001 15:16:03 +0000 (15:16 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 12 Apr 2001 15:16:03 +0000 (15:16 +0000)
lisp/ls-lisp.el

index bac2fc82b1578f6a3833056c4957b1faf9172408..d8f52df45ea8366d2cb5f6b757b43c5e6a1223dd 100644 (file)
@@ -491,7 +491,7 @@ SWITCHES, TIME-INDEX and NOW give the full switch list and time data."
                        (memq 'gid ls-lisp-verbosity))
                    (if (memq system-type '(macos windows-nt ms-dos))
                        ;; No useful concept of group...
-                       "root"
+                       " root"
                      (let* ((gid (nth 3 file-attr))
                             (group (user-login-name gid)))
                        (if group